From 2108e4230689ce78177a974b2d1ee5072110571d Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 1 Jun 2011 16:52:34 +0200 Subject: [PATCH] tests: Make variable const to silence gcc --- tests/testcalendar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testcalendar.c b/tests/testcalendar.c index a71b5cc886..2b0d162f34 100644 --- a/tests/testcalendar.c +++ b/tests/testcalendar.c @@ -397,7 +397,7 @@ create_calendar(void) GtkSizeGroup *size; GtkStyleContext *context; - PangoFontDescription *font_desc; + const PangoFontDescription *font_desc; gchar *font; gint i; -- 2.30.2